home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13349 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: This should really be a simple question for you C-freaks...
  5. Date: 6 Apr 1996 20:40:07 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4k7gv7INNog5@keats.ugrad.cs.ubc.ca>
  8. References: <4jrue1$gsu@nyheter.chalmers.se> <4k0vd0$roo@news1.intercall.com> <4k3ueh$a76@news1.intercall.com> <4k61us$bb5@airdmhor.gen.nz>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4k61us$bb5@airdmhor.gen.nz>,
  12. Simon Hosie <gumboot@airdmhor.gen.nz> wrote:
  13.  >Steven Ovits:
  14.  >> This was incorrect.  getch() WILL read the key directly.
  15.  >> I apologize for any inconveniences I may have caused.
  16.  >
  17.  >  No, getch() MAY read the key directly.
  18.  
  19. getch() may do anything! It can traverse a linked list, or find the discrete
  20. logarithm of a 100-digit integer.
  21.  
  22. It is not defined by the C language, thus it is fair game for anyone who wants
  23. to write his or her own function named getch().
  24. -- 
  25.  
  26.